home *** CD-ROM | disk | FTP | other *** search
- on(release){
- set("/:bullets",eval("/:bullets") - "1");
- if(_droptarget eq "/bad1")
- {
- set("/:score",eval("/:score") + "1");
- tellTarget("/bad1")
- {
- gotoAndStop("hit");
- play();
- }
- }
- if(_droptarget eq "/bad2")
- {
- set("/:score",eval("/:score") + "1");
- tellTarget("/bad2")
- {
- gotoAndStop("hit");
- play();
- }
- }
- if(_droptarget eq "/bad3")
- {
- set("/:score",eval("/:score") + "1");
- tellTarget("/bad3")
- {
- gotoAndStop("hit");
- play();
- }
- }
- if(_droptarget eq "/bad4")
- {
- set("/:score",eval("/:score") + "1");
- tellTarget("/bad4")
- {
- gotoAndStop("hit");
- play();
- }
- }
- if(_droptarget eq "/bad5")
- {
- set("/:score",eval("/:score") + "1");
- tellTarget("/bad5")
- {
- gotoAndStop("hit");
- play();
- }
- }
- if(_droptarget eq "/bad6")
- {
- set("/:score",eval("/:score") + "1");
- tellTarget("/bad6")
- {
- gotoAndStop("hit");
- play();
- }
- }
- }
-